home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol111 / smode.lbr / SMODE.DOC < prev   
Encoding:
Text File  |  1986-12-15  |  1.1 KB  |  20 lines

  1.                              SMODE
  2.  
  3.     SetMODE is intended for PC's with both the monochrome and the graphics
  4. display.  Similar utilities for switching between the monochrome and graphics
  5. display have been written.  SMODEs only destinction is its small size and,
  6. therefore, its speed in loading.
  7.  
  8.     Entering "SMODE n" will cause the display to switch to mode "n" as
  9. defined in the IBM Technical Reference Manual; that is, 0 -> 40 column, BW,
  10. 1 -> 40 column, color, 2 -> 80 column, BW, 3 -> 80 column, color, 4,5,6 ->
  11. graphics modes, 7 -> monochrome display.  Entering SMODE with no number
  12. is identical to entering "SMODE 7".  If n is between 0 and 6, SMODE will reset
  13. and select the graphics display.  The monochrome display will remain intact, but
  14. future output will be directed to the graphics display.  An n of 7 will
  15. select and clear the monochrome display.
  16.  
  17.     Entering SMODE 7 is fatal on systems with no monochrome display, including
  18. COMPAQ, Eagle, etc.  Entering anything but SMODE 7 or SMODE is fatal if no
  19. graphics card is installed.
  20.